records

records

Active filters Clear all

No active filters

Filters

Monthly Eurostar - London Route trains punctuality

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
jaar
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
maand1
Type
date
Sample
                       
Number of operated Eurostar trains
               

No description available for this field.

Name (identifier)
tot
Type
integer
Sample
                       
Number of Eurostar trains with a delay inferior to 6 minutes operated on Infrabel's network
               

No description available for this field.

Name (identifier)
regnet_nmbs
Type
integer
Sample
                       
Punctuality of Eurostar trains on Infrabel's network
               

No description available for this field.

Name (identifier)
nmbs
Type
decimal
Unit
%
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"stiptheid-van-eurostar-treinen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stiptheid-van-eurostar-treinen"
      }
    ]
    ,
  • "definitions":
    {
    • "stiptheid-van-eurostar-treinen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stiptheid-van-eurostar-treinen_records"
            }
          }
        }
      }
      ,
    • "stiptheid-van-eurostar-treinen_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "jaar":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "maand1":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Month",
              • "description":""
              }
              ,
            • "tot":
              {
              • "type":"integer",
              • "title":"Number of operated Eurostar trains",
              • "description":""
              }
              ,
            • "regnet_nmbs":
              {
              • "type":"integer",
              • "title":"Number of Eurostar trains with a delay inferior to 6 minutes operated on Infrabel's network",
              • "description":""
              }
              ,
            • "nmbs":
              {
              • "type":"number",
              • "title":"Punctuality of Eurostar trains on Infrabel's network",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}